home *** CD-ROM | disk | FTP | other *** search
/ PC World 2001 August / PCWorld_2001-08_cd.bin / Software / Vyzkuste / codePad / CodePad30.exe / Syntax Definitions / ini.def < prev    next >
Text File  |  2000-11-08  |  2KB  |  81 lines

  1. object TPersHolder
  2.   P.Name = 'INI files'
  3.   P.SyntaxBlocks = <
  4.     item
  5.       Name = 'Default'
  6.       ID = 0
  7.       FIText = 0
  8.       FISymbol = 4
  9.       UseSymbols = True
  10.       UseComments = True
  11.       UseSingleLineComments = True
  12.       UseFullLineComments = True
  13.       UseStrings = True
  14.       UseSingleLineStrings = True
  15.       BlockDelimiters = <>
  16.       SingleLineCommentDelimiters = <
  17.         item
  18.           FontID = 1
  19.           LeftDelimiter = '='
  20.         end>
  21.       FullLineCommentDelimiters = <
  22.         item
  23.           FontID = 2
  24.           LeftDelimiter = ';'
  25.         end>
  26.       SingleLineStringDelimiters = <
  27.         item
  28.           FontID = 3
  29.           LeftDelimiter = '['
  30.           RightDelimiter = ']'
  31.         end>
  32.     end>
  33.   P.FontTable = <
  34.     item
  35.       FontID = 0
  36.       GlobalAttrID = 'Reserved words'
  37.       Font.Charset = DEFAULT_CHARSET
  38.       Font.Color = clBlue
  39.       Font.Height = -13
  40.       Font.Name = 'Courier New'
  41.       Font.Style = []
  42.     end
  43.     item
  44.       FontID = 1
  45.       GlobalAttrID = 'Whitespace'
  46.       Font.Charset = DEFAULT_CHARSET
  47.       Font.Color = clBlack
  48.       Font.Height = -13
  49.       Font.Name = 'Courier New'
  50.       Font.Style = []
  51.     end
  52.     item
  53.       FontID = 2
  54.       GlobalAttrID = 'Comment'
  55.       Font.Charset = DEFAULT_CHARSET
  56.       Font.Color = clGray
  57.       Font.Height = -13
  58.       Font.Name = 'Courier New'
  59.       Font.Style = [fsItalic]
  60.     end
  61.     item
  62.       FontID = 3
  63.       GlobalAttrID = 'String'
  64.       Font.Charset = DEFAULT_CHARSET
  65.       Font.Color = clBlack
  66.       Font.Height = -13
  67.       Font.Name = 'Courier New'
  68.       Font.Style = [fsBold]
  69.     end
  70.     item
  71.       FontID = 4
  72.       GlobalAttrID = 'Delimiters'
  73.       Font.Charset = DEFAULT_CHARSET
  74.       Font.Color = clBlue
  75.       Font.Height = -13
  76.       Font.Name = 'Courier New'
  77.       Font.Style = []
  78.     end>
  79.   P.SyntaxVersion = 3
  80. end
  81.